ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Map<TKey,TValue> Class / _keys Property

In This Topic
    _keys Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _keys As List(Of TKey)
    public List<TKey> _keys {get;}
    See Also